Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NChainList<T> Class
Fields Properties Methods


In This Topic
    NChainList<T> Class Members
    In This Topic

    The following tables list the members exposed by NChainList<T>.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the owner chain  
    Public PropertyGets the count of items  
    Public PropertyGets/set the item at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds (appends) the specified item  
    Public MethodRemoves all items from the set.  
    Public MethodQueries whether the specified item is contained in this object.  
    Public MethodCopies all items of this set to the specified array, starting from the specified array index.  
    Public MethodGets an iterator that iterates through the items in forward order.  
    Public MethodGets an iterator that iterates through the items in a reverse order.  
    Public MethodOverloaded. Gets the first index of the item  
    Public MethodInserts the item at the specified index  
    Public MethodOverloaded. Gets the last index of the specified item  
    Public MethodReturns the last item from the deque, without removing it.  
    Public MethodReturns the first item from the deque, without removing it.  
    Public MethodRemoves and returns the last item from the deque.  
    Public MethodRemoves and returns the first item from the deque.  
    Public MethodPushes the item at the back of the deque (makes it the last item in the deque)  
    Public MethodPushes the item at the front of the deque (makes it the first item in the deque)  
    Public MethodOverloaded. Removes the first occurrence of the specified item, if any  
    Public MethodRemoves all occurrence of the specified item.  
    Public MethodRemoves the item at the specified index  
    Public MethodOverloaded. Removes the last occurrence of the specified item.  
    Public MethodConverts this set to an array.  
    Top
    See Also